DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionList<T> Class
Properties Methods Events


In This Topic
    C1DataCollectionList<T> Class Members
    In This Topic

    The following tables list the members exposed by C1DataCollectionList<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1DataCollectionList<T> class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the System.Collections.ICollection.  
    Public PropertyGets whether the collection size can change.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the data collection this list is wrapping.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ICollection.  
    Public MethodAdds a range of items.  
    Public MethodRemoves all items from the ICollection.  
    Public MethodOverloaded. Determines whether the ICollection contains a specific value.  
    Public MethodOverloaded. Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodOverloaded. Determines the index of a specific item in the System.Collections.IList.  
    Public MethodOverloaded. Inserts an item to the System.Collections.IList at the specified index.  
    Public MethodInserts a range of items in the collection.  
    Public MethodMoves the item at the from position to to.  
    Public MethodOverloaded. Removes the first occurrence of a specific object from the System.Collections.IList.  
    Public MethodRemoves the IList item at the specified index.  
    Public MethodRemoves a range of items.  
    Public MethodReplaces a range of items.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CollectionChanged event.  
    Protected MethodSets the data collection that this list wraps.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the items in the collection changed.  
    Top
    See Also